16x12r 2.2.0
Loading...
Searching...
No Matches
main.c File Reference

16x12 R Click example More...

#include "board.h"
#include "log.h"
#include "c16x12r.h"
#include "c16x12r_resources.h"

Functions

void application_init (void)
void application_task (void)
int main (void)

Detailed Description

16x12 R Click example

Description

This example demonstrates the usage of the 16x12 R Click board which features a high-brightness red LED matrix display. It displays characters, rotates them in different orientations, prints a scrolling string, and renders a graphical image (MIKROE logo).

The demo application is composed of two sections :

Application Init

Initializes the logger and the Click board and sets the default configuration.

Application Task

Displays single characters and a string in multiple rotations, followed by drawing and inverting the MIKROE logo image.

Author
Stefan Filipovic

Function Documentation

◆ application_init()

void application_init ( void )

< Logger config object.

< Click config object.

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( void )

◆ main()

int main ( void )